-
Notifications
You must be signed in to change notification settings - Fork 8k
soc: renesas: ra: Add RENESAS_PN config to reflect the SoC information #96828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
soc: renesas: ra: Add RENESAS_PN config to reflect the SoC information #96828
Conversation
Update hal_renesas revision to get the update_renesas_soc_info Signed-off-by: Khoa Nguyen <[email protected]>
Add invisible RENESAS_PN config to reflect the SoC hardware information and provide input for hal_renesas Signed-off-by: Khoa Nguyen <[email protected]>
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
|
- J (0x4a): Dual Core, MIPI DSI/CSI is not available | ||
- K (0x4b): Dual Core, MIPI DSI/CSI is available | ||
|
||
config RENESAS_PN_NUMBER_OF_CORES |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because now we have the config for PN number core, the existing config of second core boot should be updated?
https://github.com/renesas/zephyr/blob/update_renesas_soc_info/soc/renesas/ra/Kconfig#L27-L45
select XIP | ||
select SOC_EARLY_INIT_HOOK | ||
|
||
if SOC_SERIES_RA4E2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some MCUs (such as RA4E2) only have one flash size across all part numbers, but should we define a default RENESAS_PN_ROM_SIZE
similar to other MCUs? This could help us maintain from HAL more effectively rather than keeping it fixed as it is now? https://github.com/renesas/hal_renesas/blob/update_renesas_soc_info/zephyr/ra/ra_cfg/fsp_cfg/bsp/ra4e2/bsp_mcu_device_pn_cfg.h#L11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or should we use directly from flash size config?
Add invisible
RENESAS_PN_
config to reflect the SoC hardware information and provide input forhal_renesas